home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200408-05.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  71 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200408-05.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14561);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200408-05");
  17.  
  18.  desc = 'The remote host is affected by the vulnerability described in GLSA-200408-05
  19. (Opera: Multiple new vulnerabilities)
  20.  
  21.  
  22.     Multiple vulnerabilities have been found in the Opera web browser. Opera
  23.     fails to deny write access to the "location" browser object. An
  24.     attacker can overwrite methods in this object and gain script access to any
  25.     page that uses one of these methods. Furthermore, access to file:// URLs is
  26.     possible even from pages loaded using other protocols. Finally, spoofing a
  27.     legitimate web page is still possible, despite the fixes announced in GLSA
  28.     200407-15.
  29.   
  30. Impact
  31.  
  32.     By enticing an user to visit specially crafted web pages, an attacker can
  33.     read files located on the victim\'s file system, read emails written or
  34.     received by M2, Opera\'s mail program, steal cookies, spoof URLs, track user
  35.     browsing history, etc.
  36.   
  37. Workaround
  38.  
  39.     There is no known workaround at this time. All users are encouraged to
  40.     upgrade to the latest available version.
  41.   
  42. References:
  43.     http://www.opera.com/linux/changelogs/754/
  44.     http://archives.neohapsis.com/archives/fulldisclosure/2004-07/1056.html
  45.     http://www.greymagic.com/security/advisories/gm008-op/
  46.  
  47.  
  48. Solution: 
  49.     All Opera users should upgrade to the latest stable version:
  50.     # emerge sync
  51.     # emerge -pv ">=net-www/opera-7.54"
  52.     # emerge ">=net-www/opera-7.54"
  53.   
  54.  
  55. Risk Factor : Medium
  56. ';
  57.  script_description(english: desc);
  58.  script_copyright(english: "(C) 2004 Michel Arboi");
  59.  script_name(english: "[GLSA-200408-05] Opera: Multiple new vulnerabilities");
  60.  script_category(ACT_GATHER_INFO);
  61.  script_family(english: "Gentoo Local Security Checks");
  62.  script_dependencies("ssh_get_info.nasl");
  63.  script_require_keys('Host/Gentoo/qpkg-list');
  64.  script_summary(english: 'Opera: Multiple new vulnerabilities');
  65.  exit(0);
  66. }
  67.  
  68. include('qpkg.inc');
  69. if (qpkg_check(package: "net-www/opera", unaffected: make_list("ge 7.54"), vulnerable: make_list("le 7.53")
  70. )) { security_warning(0); exit(0); }
  71.